From: Jyrki Gadinger Date: Fri, 7 Mar 2025 13:00:29 +0000 (+0100) Subject: use our own Craft cache for macOS builds X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~1^2~22^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=6f7d8ee317fa019403be0d61d9565bcfc5273cb7;p=nextcloud-desktop.git use our own Craft cache for macOS builds Signed-off-by: Jyrki Gadinger --- diff --git a/craftmaster.ini b/craftmaster.ini index aa6267f59..d9f2073ee 100644 --- a/craftmaster.ini +++ b/craftmaster.ini @@ -45,10 +45,16 @@ Paths/Python = C:\Python312-x64 [macos-64-clang] General/ABI = macos-64-clang +Packager/RepositoryUrl = https://download.nextcloud.com/desktop/development/craftCache/ +Packager/CacheVersion = 25.03-nc + [macos-clang-arm64] General/ABI = macos-clang-arm64 Paths/Python = /Users/runner/hostedtoolcache/Python/3.12.3/arm64 +Packager/RepositoryUrl = https://download.nextcloud.com/desktop/development/craftCache/ +Packager/CacheVersion = 25.03-nc + [Env] CRAFT_CODESIGN_CERTIFICATE = SIGN_PACKAGE = False